From e4a0a39a5601501568d8f0d8be767e4cc087bcdd Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 27 Sep 2010 15:10:23 +0900 Subject: [PATCH] Fixing tests/ build for removal of GtkObject type. --- tests/testgtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testgtk.c b/tests/testgtk.c index ef88708048..de56fb555c 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -2720,7 +2720,7 @@ uposition_configure (GtkWidget *window) static void uposition_stop_configure (GtkToggleButton *toggle, - GtkObject *window) + GObject *window) { if (toggle->active) g_signal_handlers_block_by_func (window, G_CALLBACK (uposition_configure), NULL); -- 2.30.2